Scheduler for WPF
C1ObservableKeyedCollection<TKey,TItem> クラス
メンバ 

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : C1ObservableKeyedCollection<TKey,TItem> クラス
コレクションのキーの型。
コレクションに保持するオブジェクトの型。
C1ObservableCollection<T>は、すべての System.Collections.ObjectModel.KeyedCollection`2派生コレクションの基本クラスです。通知をサポートします。
オブジェクト モデル
C1ObservableKeyedCollection<TKey,TItem> クラス
シンタックス
'宣言
 
Public MustInherit Class C1ObservableKeyedCollection
    (Of TKey,TItem) 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
public abstract class C1ObservableKeyedCollection<TKey,TItem> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem> 
型パラメータ
TKey
コレクションのキーの型。
TItem
コレクションに保持するオブジェクトの型。
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
            C1.WPF.Schedule.CoveredElementsCollection
            C1.WPF.Schedule.CoverElementCollection

参照

C1ObservableKeyedCollection<TKey,TItem> メンバ
C1.C1Schedule 名前空間